From 806ac068522c4ef96a8bf302004d725ab9e20431 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 17 Aug 2005 13:34:42 +0000 Subject: [PATCH] Fix module build by removing duplicate EXPORT_SYMBOL of dma_alloc_coherent and dma_free_coherent. --- linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c b/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c index d767aa6da2..30c2357b4e 100644 --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c @@ -115,9 +115,6 @@ EXPORT_SYMBOL(__copy_from_user_ll); EXPORT_SYMBOL(__copy_to_user_ll); EXPORT_SYMBOL(strnlen_user); -EXPORT_SYMBOL(dma_alloc_coherent); -EXPORT_SYMBOL(dma_free_coherent); - #ifdef CONFIG_PCI EXPORT_SYMBOL(pci_mem_start); #endif -- 2.30.2